[INFO] fetching crate saphyr 0.0.6...
[INFO] fixing saphyr-0.0.6 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate saphyr 0.0.6 into /workspace/builds/worker-1-tc2/source
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate saphyr 0.0.6
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate saphyr 0.0.6
[INFO] tweaked toml for crates.io crate saphyr 0.0.6 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate saphyr 0.0.6 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate saphyr 0.0.6 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 93a5a8f504fbaf638e1d7ab510f84922c507c0b055eef81cf03eb2725055aa5c
[INFO] running `Command { std: "docker" "start" "93a5a8f504fbaf638e1d7ab510f84922c507c0b055eef81cf03eb2725055aa5c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "93a5a8f504fbaf638e1d7ab510f84922c507c0b055eef81cf03eb2725055aa5c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "93a5a8f504fbaf638e1d7ab510f84922c507c0b055eef81cf03eb2725055aa5c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "93a5a8f504fbaf638e1d7ab510f84922c507c0b055eef81cf03eb2725055aa5c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking saphyr-parser v0.0.6
[INFO] [stderr]     Checking ordered-float v5.0.0
[INFO] [stderr]     Checking saphyr v0.0.6 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / define_yaml_object_impl!(
[INFO] [stdout] 120 | |     YamlData<'input, Node>,
[INFO] [stdout] 121 | |     < 'input, Node>,
[INFO] [stdout] 122 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     borrowing
[INFO] [stdout] 135 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: `--force-warn rust-2024-incompatible-pat` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / define_yaml_object_impl!(
[INFO] [stdout] 120 | |     YamlData<'input, Node>,
[INFO] [stdout] 121 | |     < 'input, Node>,
[INFO] [stdout] 122 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     borrowing
[INFO] [stdout] 135 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / define_yaml_object_impl!(
[INFO] [stdout] 120 | |     YamlData<'input, Node>,
[INFO] [stdout] 121 | |     < 'input, Node>,
[INFO] [stdout] 122 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     borrowing
[INFO] [stdout] 135 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:168:112
[INFO] [stdout]     |
[INFO] [stdout] 168 |   ... str>     => Self::Value($scalartype::String(ref v))            => Some(v));
[INFO] [stdout]     |                                                   ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / define_yaml_object_impl!(
[INFO] [stdout] 120 | |     YamlData<'input, Node>,
[INFO] [stdout] 121 | |     < 'input, Node>,
[INFO] [stdout] 122 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     borrowing
[INFO] [stdout] 135 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 168 |     define_as_ref_pattern!(as_cow,                    &Cow<'input, str>     => &Self::Value($scalartype::String(ref v))            => Some(v));
[INFO] [stdout]     |                                                                                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data_owned.rs:66:1
[INFO] [stdout]     |
[INFO] [stdout]  66 | / define_yaml_object_impl!(
[INFO] [stdout]  67 | |     YamlDataOwned<Node>,
[INFO] [stdout]  68 | |     < Node>,
[INFO] [stdout]  69 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout]  81 | |     owned
[INFO] [stdout]  82 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data_owned.rs:66:1
[INFO] [stdout]     |
[INFO] [stdout]  66 | / define_yaml_object_impl!(
[INFO] [stdout]  67 | |     YamlDataOwned<Node>,
[INFO] [stdout]  68 | |     < Node>,
[INFO] [stdout]  69 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout]  81 | |     owned
[INFO] [stdout]  82 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data_owned.rs:66:1
[INFO] [stdout]     |
[INFO] [stdout]  66 | / define_yaml_object_impl!(
[INFO] [stdout]  67 | |     YamlDataOwned<Node>,
[INFO] [stdout]  68 | |     < Node>,
[INFO] [stdout]  69 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout]  81 | |     owned
[INFO] [stdout]  82 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                       ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/scalar.rs:51:5
[INFO] [stdout]     |
[INFO] [stdout]  51 |     define_yaml_scalar_conversion_ops!(borrowing);
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_scalar_conversion_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                       ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/scalar.rs:51:5
[INFO] [stdout]     |
[INFO] [stdout]  51 |     define_yaml_scalar_conversion_ops!(borrowing);
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_scalar_conversion_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                       ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/scalar.rs:208:5
[INFO] [stdout]     |
[INFO] [stdout] 208 |     define_yaml_scalar_conversion_ops!(owned);
[INFO] [stdout]     |     ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_scalar_conversion_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / define_yaml_object_impl!(
[INFO] [stdout] 115 | |     Yaml<'input>,
[INFO] [stdout] 116 | |     <'input>,
[INFO] [stdout] 117 | |     mappingtype = Mapping<'input>,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     borrowing
[INFO] [stdout] 123 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / define_yaml_object_impl!(
[INFO] [stdout] 115 | |     Yaml<'input>,
[INFO] [stdout] 116 | |     <'input>,
[INFO] [stdout] 117 | |     mappingtype = Mapping<'input>,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     borrowing
[INFO] [stdout] 123 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / define_yaml_object_impl!(
[INFO] [stdout] 115 | |     Yaml<'input>,
[INFO] [stdout] 116 | |     <'input>,
[INFO] [stdout] 117 | |     mappingtype = Mapping<'input>,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     borrowing
[INFO] [stdout] 123 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:168:112
[INFO] [stdout]     |
[INFO] [stdout] 168 |   ... str>     => Self::Value($scalartype::String(ref v))            => Some(v));
[INFO] [stdout]     |                                                   ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / define_yaml_object_impl!(
[INFO] [stdout] 115 | |     Yaml<'input>,
[INFO] [stdout] 116 | |     <'input>,
[INFO] [stdout] 117 | |     mappingtype = Mapping<'input>,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     borrowing
[INFO] [stdout] 123 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 168 |     define_as_ref_pattern!(as_cow,                    &Cow<'input, str>     => &Self::Value($scalartype::String(ref v))            => Some(v));
[INFO] [stdout]     |                                                                                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml_owned.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / define_yaml_object_impl!(
[INFO] [stdout] 109 | |     YamlOwned,
[INFO] [stdout] 110 | |     mappingtype = MappingOwned,
[INFO] [stdout] 111 | |     sequencetype = SequenceOwned,
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |     owned
[INFO] [stdout] 116 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml_owned.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / define_yaml_object_impl!(
[INFO] [stdout] 109 | |     YamlOwned,
[INFO] [stdout] 110 | |     mappingtype = MappingOwned,
[INFO] [stdout] 111 | |     sequencetype = SequenceOwned,
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |     owned
[INFO] [stdout] 116 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml_owned.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / define_yaml_object_impl!(
[INFO] [stdout] 109 | |     YamlOwned,
[INFO] [stdout] 110 | |     mappingtype = MappingOwned,
[INFO] [stdout] 111 | |     sequencetype = SequenceOwned,
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |     owned
[INFO] [stdout] 116 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking env_logger v0.8.4
[INFO] [stderr]     Checking quickcheck v1.0.3
[INFO] [stderr]    Migrating tests/quickcheck.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> tests/quickcheck.rs:16:15
[INFO] [stdout]     |
[INFO] [stdout]   8 | / quickcheck! {
[INFO] [stdout]   9 | |     fn test_check_weird_keys(xs: Vec<String>) -> TestResult {
[INFO] [stdout]  10 | |         let mut out_str = String::new();
[INFO] [stdout]  11 | |         let input = Yaml::Sequence(xs.into_iter().map(|x|Yaml::Value(Scalar::String(x.into()))).collect());
[INFO] [stdout]     | |             -----
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             `input` calls a custom destructor
[INFO] [stdout]     | |             `input` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout]  16 | |         match Yaml::load_from_str(&out_str) {
[INFO] [stdout]     | |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     | |               |
[INFO] [stdout]     | |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout]  21 | | }
[INFO] [stdout]     | |_- now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/linked_hash_map.rs:643:1
[INFO] [stdout]     |
[INFO] [stdout] 643 | impl<K, V, S> Drop for LinkedHashMap<K, V, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `input` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/linked_hash_map.rs:643:1
[INFO] [stdout]     |
[INFO] [stdout] 643 | impl<K, V, S> Drop for LinkedHashMap<K, V, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/basic.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/index.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/emitter_and_tags.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/test_round_trip.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/emitter.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/tags.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/dump_yaml.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/spec_test.rs from 2021 edition to 2024
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / define_yaml_object_impl!(
[INFO] [stdout] 120 | |     YamlData<'input, Node>,
[INFO] [stdout] 121 | |     < 'input, Node>,
[INFO] [stdout] 122 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     borrowing
[INFO] [stdout] 135 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: `--force-warn rust-2024-incompatible-pat` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / define_yaml_object_impl!(
[INFO] [stdout] 120 | |     YamlData<'input, Node>,
[INFO] [stdout] 121 | |     < 'input, Node>,
[INFO] [stdout] 122 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     borrowing
[INFO] [stdout] 135 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / define_yaml_object_impl!(
[INFO] [stdout] 120 | |     YamlData<'input, Node>,
[INFO] [stdout] 121 | |     < 'input, Node>,
[INFO] [stdout] 122 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     borrowing
[INFO] [stdout] 135 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:168:112
[INFO] [stdout]     |
[INFO] [stdout] 168 |   ... str>     => Self::Value($scalartype::String(ref v))            => Some(v));
[INFO] [stdout]     |                                                   ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / define_yaml_object_impl!(
[INFO] [stdout] 120 | |     YamlData<'input, Node>,
[INFO] [stdout] 121 | |     < 'input, Node>,
[INFO] [stdout] 122 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     borrowing
[INFO] [stdout] 135 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 168 |     define_as_ref_pattern!(as_cow,                    &Cow<'input, str>     => &Self::Value($scalartype::String(ref v))            => Some(v));
[INFO] [stdout]     |                                                                                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data_owned.rs:66:1
[INFO] [stdout]     |
[INFO] [stdout]  66 | / define_yaml_object_impl!(
[INFO] [stdout]  67 | |     YamlDataOwned<Node>,
[INFO] [stdout]  68 | |     < Node>,
[INFO] [stdout]  69 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout]  81 | |     owned
[INFO] [stdout]  82 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data_owned.rs:66:1
[INFO] [stdout]     |
[INFO] [stdout]  66 | / define_yaml_object_impl!(
[INFO] [stdout]  67 | |     YamlDataOwned<Node>,
[INFO] [stdout]  68 | |     < Node>,
[INFO] [stdout]  69 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout]  81 | |     owned
[INFO] [stdout]  82 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data_owned.rs:66:1
[INFO] [stdout]     |
[INFO] [stdout]  66 | / define_yaml_object_impl!(
[INFO] [stdout]  67 | |     YamlDataOwned<Node>,
[INFO] [stdout]  68 | |     < Node>,
[INFO] [stdout]  69 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout]  81 | |     owned
[INFO] [stdout]  82 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                       ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/scalar.rs:51:5
[INFO] [stdout]     |
[INFO] [stdout]  51 |     define_yaml_scalar_conversion_ops!(borrowing);
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_scalar_conversion_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                       ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/scalar.rs:51:5
[INFO] [stdout]     |
[INFO] [stdout]  51 |     define_yaml_scalar_conversion_ops!(borrowing);
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_scalar_conversion_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                       ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/scalar.rs:208:5
[INFO] [stdout]     |
[INFO] [stdout] 208 |     define_yaml_scalar_conversion_ops!(owned);
[INFO] [stdout]     |     ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_scalar_conversion_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / define_yaml_object_impl!(
[INFO] [stdout] 115 | |     Yaml<'input>,
[INFO] [stdout] 116 | |     <'input>,
[INFO] [stdout] 117 | |     mappingtype = Mapping<'input>,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     borrowing
[INFO] [stdout] 123 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / define_yaml_object_impl!(
[INFO] [stdout] 115 | |     Yaml<'input>,
[INFO] [stdout] 116 | |     <'input>,
[INFO] [stdout] 117 | |     mappingtype = Mapping<'input>,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     borrowing
[INFO] [stdout] 123 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / define_yaml_object_impl!(
[INFO] [stdout] 115 | |     Yaml<'input>,
[INFO] [stdout] 116 | |     <'input>,
[INFO] [stdout] 117 | |     mappingtype = Mapping<'input>,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     borrowing
[INFO] [stdout] 123 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:168:112
[INFO] [stdout]     |
[INFO] [stdout] 168 |   ... str>     => Self::Value($scalartype::String(ref v))            => Some(v));
[INFO] [stdout]     |                                                   ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / define_yaml_object_impl!(
[INFO] [stdout] 115 | |     Yaml<'input>,
[INFO] [stdout] 116 | |     <'input>,
[INFO] [stdout] 117 | |     mappingtype = Mapping<'input>,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     borrowing
[INFO] [stdout] 123 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 168 |     define_as_ref_pattern!(as_cow,                    &Cow<'input, str>     => &Self::Value($scalartype::String(ref v))            => Some(v));
[INFO] [stdout]     |                                                                                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml_owned.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / define_yaml_object_impl!(
[INFO] [stdout] 109 | |     YamlOwned,
[INFO] [stdout] 110 | |     mappingtype = MappingOwned,
[INFO] [stdout] 111 | |     sequencetype = SequenceOwned,
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |     owned
[INFO] [stdout] 116 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml_owned.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / define_yaml_object_impl!(
[INFO] [stdout] 109 | |     YamlOwned,
[INFO] [stdout] 110 | |     mappingtype = MappingOwned,
[INFO] [stdout] 111 | |     sequencetype = SequenceOwned,
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |     owned
[INFO] [stdout] 116 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml_owned.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / define_yaml_object_impl!(
[INFO] [stdout] 109 | |     YamlOwned,
[INFO] [stdout] 110 | |     mappingtype = MappingOwned,
[INFO] [stdout] 111 | |     sequencetype = SequenceOwned,
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |     owned
[INFO] [stdout] 116 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.30s
[INFO] [stderr] crater-edition-check: saphyr v0.0.6 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking saphyr v0.0.6 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / define_yaml_object_impl!(
[INFO] [stdout] 120 | |     YamlData<'input, Node>,
[INFO] [stdout] 121 | |     < 'input, Node>,
[INFO] [stdout] 122 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     borrowing
[INFO] [stdout] 135 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / define_yaml_object_impl!(
[INFO] [stdout] 120 | |     YamlData<'input, Node>,
[INFO] [stdout] 121 | |     < 'input, Node>,
[INFO] [stdout] 122 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     borrowing
[INFO] [stdout] 135 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / define_yaml_object_impl!(
[INFO] [stdout] 120 | |     YamlData<'input, Node>,
[INFO] [stdout] 121 | |     < 'input, Node>,
[INFO] [stdout] 122 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     borrowing
[INFO] [stdout] 135 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / define_yaml_object_impl!(
[INFO] [stdout] 120 | |     YamlData<'input, Node>,
[INFO] [stdout] 121 | |     < 'input, Node>,
[INFO] [stdout] 122 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     borrowing
[INFO] [stdout] 135 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:168:112
[INFO] [stdout]     |
[INFO] [stdout] 168 |   ... str>     => Self::Value($scalartype::String(ref v))            => Some(v));
[INFO] [stdout]     |                                                   ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / define_yaml_object_impl!(
[INFO] [stdout] 120 | |     YamlData<'input, Node>,
[INFO] [stdout] 121 | |     < 'input, Node>,
[INFO] [stdout] 122 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     borrowing
[INFO] [stdout] 135 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 168 |     define_as_ref_pattern!(as_cow,                    &Cow<'input, str>     => &Self::Value($scalartype::String(ref v))            => Some(v));
[INFO] [stdout]     |                                                                                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / define_yaml_object_impl!(
[INFO] [stdout] 120 | |     YamlData<'input, Node>,
[INFO] [stdout] 121 | |     < 'input, Node>,
[INFO] [stdout] 122 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     borrowing
[INFO] [stdout] 135 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / define_yaml_object_impl!(
[INFO] [stdout] 120 | |     YamlData<'input, Node>,
[INFO] [stdout] 121 | |     < 'input, Node>,
[INFO] [stdout] 122 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     borrowing
[INFO] [stdout] 135 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data_owned.rs:66:1
[INFO] [stdout]     |
[INFO] [stdout]  66 | / define_yaml_object_impl!(
[INFO] [stdout]  67 | |     YamlDataOwned<Node>,
[INFO] [stdout]  68 | |     < Node>,
[INFO] [stdout]  69 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout]  81 | |     owned
[INFO] [stdout]  82 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:168:112
[INFO] [stdout]     |
[INFO] [stdout] 168 |   ... str>     => Self::Value($scalartype::String(ref v))            => Some(v));
[INFO] [stdout]     |                                                   ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data.rs:119:1
[INFO] [stdout]     |
[INFO] [stdout] 119 | / define_yaml_object_impl!(
[INFO] [stdout] 120 | |     YamlData<'input, Node>,
[INFO] [stdout] 121 | |     < 'input, Node>,
[INFO] [stdout] 122 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |     borrowing
[INFO] [stdout] 135 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 168 |     define_as_ref_pattern!(as_cow,                    &Cow<'input, str>     => &Self::Value($scalartype::String(ref v))            => Some(v));
[INFO] [stdout]     |                                                                                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data_owned.rs:66:1
[INFO] [stdout]     |
[INFO] [stdout]  66 | / define_yaml_object_impl!(
[INFO] [stdout]  67 | |     YamlDataOwned<Node>,
[INFO] [stdout]  68 | |     < Node>,
[INFO] [stdout]  69 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout]  81 | |     owned
[INFO] [stdout]  82 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data_owned.rs:66:1
[INFO] [stdout]     |
[INFO] [stdout]  66 | / define_yaml_object_impl!(
[INFO] [stdout]  67 | |     YamlDataOwned<Node>,
[INFO] [stdout]  68 | |     < Node>,
[INFO] [stdout]  69 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout]  81 | |     owned
[INFO] [stdout]  82 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data_owned.rs:66:1
[INFO] [stdout]     |
[INFO] [stdout]  66 | / define_yaml_object_impl!(
[INFO] [stdout]  67 | |     YamlDataOwned<Node>,
[INFO] [stdout]  68 | |     < Node>,
[INFO] [stdout]  69 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout]  81 | |     owned
[INFO] [stdout]  82 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data_owned.rs:66:1
[INFO] [stdout]     |
[INFO] [stdout]  66 | / define_yaml_object_impl!(
[INFO] [stdout]  67 | |     YamlDataOwned<Node>,
[INFO] [stdout]  68 | |     < Node>,
[INFO] [stdout]  69 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout]  81 | |     owned
[INFO] [stdout]  82 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/annotated/yaml_data_owned.rs:66:1
[INFO] [stdout]     |
[INFO] [stdout]  66 | / define_yaml_object_impl!(
[INFO] [stdout]  67 | |     YamlDataOwned<Node>,
[INFO] [stdout]  68 | |     < Node>,
[INFO] [stdout]  69 | |     where {
[INFO] [stdout] ...   |
[INFO] [stdout]  81 | |     owned
[INFO] [stdout]  82 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                       ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/scalar.rs:51:5
[INFO] [stdout]     |
[INFO] [stdout]  51 |     define_yaml_scalar_conversion_ops!(borrowing);
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_scalar_conversion_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                       ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/scalar.rs:51:5
[INFO] [stdout]     |
[INFO] [stdout]  51 |     define_yaml_scalar_conversion_ops!(borrowing);
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_scalar_conversion_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                       ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/scalar.rs:208:5
[INFO] [stdout]     |
[INFO] [stdout] 208 |     define_yaml_scalar_conversion_ops!(owned);
[INFO] [stdout]     |     ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_scalar_conversion_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                       ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/scalar.rs:51:5
[INFO] [stdout]     |
[INFO] [stdout]  51 |     define_yaml_scalar_conversion_ops!(borrowing);
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_scalar_conversion_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                       ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/scalar.rs:51:5
[INFO] [stdout]     |
[INFO] [stdout]  51 |     define_yaml_scalar_conversion_ops!(borrowing);
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_scalar_conversion_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / define_yaml_object_impl!(
[INFO] [stdout] 115 | |     Yaml<'input>,
[INFO] [stdout] 116 | |     <'input>,
[INFO] [stdout] 117 | |     mappingtype = Mapping<'input>,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     borrowing
[INFO] [stdout] 123 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                       ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/scalar.rs:208:5
[INFO] [stdout]     |
[INFO] [stdout] 208 |     define_yaml_scalar_conversion_ops!(owned);
[INFO] [stdout]     |     ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_scalar_conversion_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / define_yaml_object_impl!(
[INFO] [stdout] 115 | |     Yaml<'input>,
[INFO] [stdout] 116 | |     <'input>,
[INFO] [stdout] 117 | |     mappingtype = Mapping<'input>,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     borrowing
[INFO] [stdout] 123 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / define_yaml_object_impl!(
[INFO] [stdout] 115 | |     Yaml<'input>,
[INFO] [stdout] 116 | |     <'input>,
[INFO] [stdout] 117 | |     mappingtype = Mapping<'input>,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     borrowing
[INFO] [stdout] 123 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / define_yaml_object_impl!(
[INFO] [stdout] 115 | |     Yaml<'input>,
[INFO] [stdout] 116 | |     <'input>,
[INFO] [stdout] 117 | |     mappingtype = Mapping<'input>,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     borrowing
[INFO] [stdout] 123 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / define_yaml_object_impl!(
[INFO] [stdout] 115 | |     Yaml<'input>,
[INFO] [stdout] 116 | |     <'input>,
[INFO] [stdout] 117 | |     mappingtype = Mapping<'input>,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     borrowing
[INFO] [stdout] 123 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:168:112
[INFO] [stdout]     |
[INFO] [stdout] 168 |   ... str>     => Self::Value($scalartype::String(ref v))            => Some(v));
[INFO] [stdout]     |                                                   ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / define_yaml_object_impl!(
[INFO] [stdout] 115 | |     Yaml<'input>,
[INFO] [stdout] 116 | |     <'input>,
[INFO] [stdout] 117 | |     mappingtype = Mapping<'input>,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     borrowing
[INFO] [stdout] 123 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 168 |     define_as_ref_pattern!(as_cow,                    &Cow<'input, str>     => &Self::Value($scalartype::String(ref v))            => Some(v));
[INFO] [stdout]     |                                                                                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / define_yaml_object_impl!(
[INFO] [stdout] 115 | |     Yaml<'input>,
[INFO] [stdout] 116 | |     <'input>,
[INFO] [stdout] 117 | |     mappingtype = Mapping<'input>,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     borrowing
[INFO] [stdout] 123 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:168:112
[INFO] [stdout]     |
[INFO] [stdout] 168 |   ... str>     => Self::Value($scalartype::String(ref v))            => Some(v));
[INFO] [stdout]     |                                                   ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / define_yaml_object_impl!(
[INFO] [stdout] 115 | |     Yaml<'input>,
[INFO] [stdout] 116 | |     <'input>,
[INFO] [stdout] 117 | |     mappingtype = Mapping<'input>,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     borrowing
[INFO] [stdout] 123 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 168 |     define_as_ref_pattern!(as_cow,                    &Cow<'input, str>     => &Self::Value($scalartype::String(ref v))            => Some(v));
[INFO] [stdout]     |                                                                                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml_owned.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / define_yaml_object_impl!(
[INFO] [stdout] 109 | |     YamlOwned,
[INFO] [stdout] 110 | |     mappingtype = MappingOwned,
[INFO] [stdout] 111 | |     sequencetype = SequenceOwned,
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |     owned
[INFO] [stdout] 116 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml_owned.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / define_yaml_object_impl!(
[INFO] [stdout] 109 | |     YamlOwned,
[INFO] [stdout] 110 | |     mappingtype = MappingOwned,
[INFO] [stdout] 111 | |     sequencetype = SequenceOwned,
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |     owned
[INFO] [stdout] 116 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml_owned.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / define_yaml_object_impl!(
[INFO] [stdout] 109 | |     YamlOwned,
[INFO] [stdout] 110 | |     mappingtype = MappingOwned,
[INFO] [stdout] 111 | |     sequencetype = SequenceOwned,
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |     owned
[INFO] [stdout] 116 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml_owned.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / define_yaml_object_impl!(
[INFO] [stdout] 109 | |     YamlOwned,
[INFO] [stdout] 110 | |     mappingtype = MappingOwned,
[INFO] [stdout] 111 | |     sequencetype = SequenceOwned,
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |     owned
[INFO] [stdout] 116 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml_owned.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / define_yaml_object_impl!(
[INFO] [stdout] 109 | |     YamlOwned,
[INFO] [stdout] 110 | |     mappingtype = MappingOwned,
[INFO] [stdout] 111 | |     sequencetype = SequenceOwned,
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |     owned
[INFO] [stdout] 116 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/macros.rs:725:55
[INFO] [stdout]     |
[INFO] [stdout] 725 |   define_as_ref_pattern!($fn_name, $t => Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                                         ^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/yaml_owned.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | / define_yaml_object_impl!(
[INFO] [stdout] 109 | |     YamlOwned,
[INFO] [stdout] 110 | |     mappingtype = MappingOwned,
[INFO] [stdout] 111 | |     sequencetype = SequenceOwned,
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |     owned
[INFO] [stdout] 116 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `define_as_ref` which comes from the expansion of the macro `define_yaml_object_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 725 | define_as_ref_pattern!($fn_name, $t => &Self::$variant(ref v) => Some(v));
[INFO] [stdout]     |                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `saphyr` (lib) due to 17 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `saphyr` (lib test) due to 17 previous errors
[INFO] running `Command { std: "docker" "inspect" "93a5a8f504fbaf638e1d7ab510f84922c507c0b055eef81cf03eb2725055aa5c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93a5a8f504fbaf638e1d7ab510f84922c507c0b055eef81cf03eb2725055aa5c", kill_on_drop: false }`
[INFO] [stdout] 93a5a8f504fbaf638e1d7ab510f84922c507c0b055eef81cf03eb2725055aa5c
